home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / qwrite11.arc / QREADME < prev    next >
Text File  |  1986-10-31  |  2KB  |  39 lines

  1. QWIK11.ARC:
  2.  
  3. These include procedures for Turbo Pascal are quite fast and with Brian
  4. Foley's assistance (the current author of FastWrite), I have been able
  5. to provide user's with faster and easier to use screen writing utilities.
  6. In this package (QWIK11.ARC) are:
  7.  
  8.    QwriteV.inc:  for Quick direct screen writing with or without attributes
  9.                    for referenced (VAR) strings
  10.    Qwrite .inc:  for Quick direct screen writing with or without attributes
  11.                    for value strings
  12.    Qfill  .inc:  for Quick filling of the screen with or without attributes
  13.                    of the same character.  It's useful for things like
  14.                    clearing the screen or creating window areas.
  15.    Qattr  .inc:  for Quick direct screen modification of just the attributes.
  16.                    You will find it useful for developing pull down menus.
  17.    GotoRC .inc:  the inverse of Turbo's GotoXY and a tad faster.
  18.    Qwik11 .inc:  has all of the above routines but compiles much faster
  19.                    because there are no comments.
  20.  
  21. There is NO special preparations to use these procedures.  Simply include
  22. them in your programs and use.  They are even faster then before.
  23.  
  24. For help with attribute values, use Brian's FWATTR.INC on Borland's SIG
  25. on CompuServe in Turbo Pascal Data Library for MSDOS.
  26.  
  27. Run QDEMO.PAS for a demo of all the QWIK11.INC procedures.
  28.  
  29. Improvements in this version are much greater speed (comparable to FastWrite
  30. for those who compare) and the addition of QwriteV.inc.  The previous version
  31. had a problem with Mono displays - I made a mistake; what else can I say.  But
  32. the problem is corrected now.  They are compatible with IBM PC/XT/AT
  33. machines.  Some better documents will be out later, but for now I want users
  34. to have something that works well.
  35.  
  36.  
  37. If there are any problems such as snow, please let me know.  Meanwhile, enjoy!
  38. ( Jim LeMay 76011,217  1-817-735-4833  after 1800 CST )
  39.